/* Title */
.Title{text-align: center; height:85px; background: url(../image/titlebg.png) no-repeat;
background-position-x: center;
background-position-y: top 13px;}
.Title h3{color: #4f4f4f;font-size: 30px;}
.Title h3 span{color: #f37405;}
.Title p{font-size: 16px;color: #979797; font-weight:normal; margin-top: 10px;}
/* Title End */
@font-face {
  font-family: '../font/iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot') format('embedded-opentype'),
      url('https://www.sjjt001.com/skins/shenjia/font/iconfont.woff2') format('woff2'),
      url('../font/iconfont.woff') format('woff'),
      url('../font/iconfont.ttf') format('truetype'),
      url('../font/iconfont.svg') format('svg');
}
.iconfont {
  font-family: "../font/iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family:"HeroicCondensed-Regular.ttf";
	src: url("../font/HeroicCondensed-Regular.ttf");
}
/*图片放大组件*/
.imgZoom { overflow:hidden; }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgZoom img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.sousuo {background: url(../image/whitebg.png); padding:25px; overflow:hidden; text-align:center; position:relative; z-index:1; margin-top:-110px;}
.sousuo form { width:900px; margin:0px auto; background:#fff;overflow: hidden;}
.sousuo input { line-height:60px; border:none; float:left; font-size:14px; color:#666; border-right:#efefef 1px solid;}
.sousuo .btnn { background:#ff5e13; padding:0px 30px; font-size:16px; margin-right:-1px; font-weight:bold;float: right;color: #fff;}

.sousuo .diqu {background: url(../image/1.png) no-repeat left; background-size:10%; margin-left:24px; width:160px; text-indent:22px;}
.sousuo .zizhi {background: url(../image/2.png) no-repeat left; background-size:13%; margin-left:24px; width:110px; text-indent:24px;}
.sousuo .zizhi2 {width:130px; text-indent:14px;}
.sousuo .xingming {background: url(../image/3.png) no-repeat left; background-size:13%; margin-left:24px; width:110px; text-indent:24px;}
.sousuo .lianxi {background: url(../image/4.png) no-repeat left; background-size:13%; margin-left:24px; width:110px; text-indent:24px; border-right:none;}


/* Banner */
.BannerCon{position: relative; overflow: hidden; clear:both;}
.banner-wrap { width: 100%; height: 750px; position: relative;}
.banner-box { height: 750px; position: relative;}
.banner-box ul li { width: 100%; height: 750px; position: absolute; left: 0; top: 0; z-index: 1; display: none;}
.banner-box ul li a{display: block;}
.banner-box ul li img { width: 1920px; height: 750px; position: relative; left: 50%; margin-left: -960px; }
.btm-circle {width: 100%;height: 24px;position: absolute;bottom:140px;left: 0;text-align: center;}
.btm-circle span {display: inline-block;*display: inline;*zoom: 1;width: 24px;height: 10px;position: relative;z-index: 9;cursor: pointer;}
.btm-circle span:before {content: '';display: block;width: 12px;height: 12px;border: solid 2px #fff;position: absolute;left: 4px;top: 4px;border-radius: 50%;}
.btm-circle span.cur:before {background-color: #ca0000;border: solid 2px #ce5600;}
.banner-wrap span.btn { display: block; width: 98px; height: 74px; background-color: #000; background-color: rgba(0,0,0,.4); position: absolute; top: 50%; z-index: 9; cursor: pointer;margin-top: -37px;display: none;}
.BannerCon .banner-wrap:hover .btn{display: block;}
.banner-wrap span.btn:hover { background-color: #ca0000;}
.banner-wrap span.l-btn {left: 3%;}
.banner-wrap span.r-btn {right: 3%;}
.banner-wrap span.btn:before { content: ''; display: block; width: 46px; height: 17px; background: url(../image/icons.png) no-repeat; position: absolute; left: 26px; top: 28px; }
.banner-wrap span.l-btn:before { background-position: -55px -5px; }
.banner-wrap span.r-btn:before { background-position: -5px -5px; }
/* Banner End */
.about { background:#f4f4f4; width:1200px; height:400px; margin:0px auto; overflow:hidden; clear:both;}
.about .left {background: url(https://www.sjjt001.com/skins/shenjia/images/aboutbg.jpg) no-repeat; width:300px; float:left; height:400px;}
.about .left .tit { margin-top:70px; font-size:35px; height:70px; color:#fff; text-align:center}
.about .left p { text-align:center; color:#fff; line-height:25px; font-size:15px;}
.about .left .tell { font-size:18px; line-height:45px; text-align:center; margin-top:90px; color:#fff;}
.about .left .tell p { font-size:36px;}
.about .right { width:840px; color:#696969; font-size:16px; float:left; line-height:34px; padding:30px 30px;}

/* 应用领域css */
.trade-content {padding: 50px 0; padding-bottom:0; background:#f4f5f9;}
.trade-title { font-size: 24px; color: #333; text-align: center; margin: 50px 0; position: relative;}
.trade-title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid;
    border-color: #20B09F transparent transparent;
}

.trade-title:after {
    content: "";
    position: absolute;
    width: 52px;
    height: 3px;
    background-color: #20B09F;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.trade-black { margin-top:10px; height: 430px; background:#2f363e}
.trade-box {
    width: 1200px !important;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;}
.trade-box-list {display: flex; flex-direction: row; justify-content: center; align-items: center;}
.trade-box-item {
    flex: 1;
    text-align: center;
    position: relative;
    height: 430px;
    background: no-repeat center;
    background-size: 100% auto;
}

.trade-content .trade-box-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.6);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.trade-box-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.item-logo {
    margin: 0 auto;
    display: block;
}

.trade-content .trade-box-item .item-logo {
    position: relative;
    margin-top: 120px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.item-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0;
    position: relative;
}

.trade-content .item-title:before {
    content: "";
    position: relative;
    display: block;
    width: 20px;
    border-bottom: 2px solid #fff;
    margin: 0 auto 20px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-text {
    position: relative;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    margin-top: 10px;
}

.item-text p {color: #fff; font-size: 13px; line-height:24px; text-align:left; padding:0px 20px; margin-bottom: 5px;}
.trade-content .item01 {background-image: url(../image/icon-at01.png);}
.trade-content .item02 {background-image: url(../image/icon-at02.png);}
.trade-content .item03 {background-image: url(../image/icon-at03.png);}
.trade-content .item04 {background-image: url(../image/icon-at04.png);}
.trade-content .item05 {background-image: url(../image/icon-at05.png);}
.trade-content .trade-box-item:hover .item-text {display: block;opacity: 1;margin-top: 0;}
.trade-content .trade-box-item:hover:before {
    background-color: rgba(255, 94, 19, .9);
}

.trade-content .trade-box-item:hover .item-logo {margin-top: 80px;}
.trade-content .trade-box-item:hover .item-title:before {opacity: 0;margin-bottom: 0;}

.qyzz{ background:#f0f0f0; height:145px;width:100%; overflow:hidden; margin-bottom:30px;}
.gyzz_lt{ float:left; padding-top:35px;width:390px;}
.gyzz_lt i{ font-size:32px; color:#8d8d8d; border:#8d8d8d 2px solid; border-radius:50%; width:50px; height:50px; line-height:50px; text-align:center;  float:left; margin-top:12px; margin-right:12px;}
.gyzz_lt dl{ float:left; color:#292929; font-size:14px;}
.gyzz_lt dl dt{ font-size:20px; color:#292929; line-height:42px;background: url(../image/line.jpg) no-repeat right center;}
.gyzz_lt img{ padding-top:10px; float:left; margin-right:10px;}
.gyzz_rt{width:810px; float:right; height:200px; overflow:hidden;}
.gyzz_rt ul{width:810px; height:200px; display:block;}
.gyzz_rt ul li{ float:left;width:270px; height:200px;text-align:center; background:url(../image/xi1.jpg) no-repeat left; float:left;}
.gyzz_rt ul li:hover i,.gyzz_rt ul li:hover p,.gyzz_rt ul li:hover span{ color:#fff;}
.gyzz_rt ul li::after{ content:""; display:block; width:0; height:100%; background:#c70125; margin-top:-178px; transition:all 0.3s ease;}
.gyzz_rt ul li:hover{ color:#FFF;}
.gyzz_rt ul li:hover::after{ width:100%; }
.gyzz_rt ul li i{ color:#222; font-size:40px; padding-top:25px; display:block;}
.gyzz_rt ul li p{ font-size:16px; font-weight:bold; color:#d21919; line-height:40px; display:block;}
.gyzz_rt ul li span{ line-height:24px; color:#444; padding:0 30px; display:block; height:50px;}

/*产品切换*/
.cptit {width:430px; height:380px; background:#f27405; text-align:center; color:#e2e2e2; font-size:30px;}
.cptit img { padding-top:70px; padding-left:30px; display:block; margin-bottom:35px;}
.cptit p { font-size:14px; line-height:34px; padding:4px 30px;}
.index_zhuanjia{ width:1200px; height:610px; overflow:hidden;margin:0px auto 0 auto;}
.index_zhuanjia_pic{ width:735px; height:470px; overflow:hidden; float:left;position:relative;}
.index_zhuanjia_pic ul{height:377px;position:absolute; left:0;}
.index_zhuanjia_pic li{width:735px; height:470px; overflow:hidden;position:relative;float:left;}

.index_zhuanjia_left_inc{ width:32px; height:41px; position:absolute;left:0px;top:195px; cursor:pointer;background:url(../image/float_left_inc.png) left top no-repeat; z-index:9}
.index_zhuanjia_right_inc{ width:32px; height:41px; position:absolute;right:0px;top:195px; cursor:pointer;background:url(../image/float_right_inc.png) left top no-repeat; z-index:9}

.index_zhuanjia_list{ width:430px;height:620px; float:right; background:#252525; position:relative; top:-150px;}
.index_zhuanjia_lists{width:430px; height:188px; position:relative;}
.index_zhuanjia_lists ul{ width:430px; height:188px;position:absolute;}
.index_zhuanjia_lists ul:before { content:""; display:block; background: url(../image/sanjiao.png) no-repeat bottom; width:12px; height:23px; position:relative; right:12px;}
.index_zhuanjia_lists ul li{ display:none; width:428px; height:180px; position:relative; }
.index_zhuanjia_lists ul li.on{ display:block;}
.index_zhuanjia_lists ul li.on dt{ color:#fff}
.index_zhuanjia_lists ul li dt{overflow:hidden; padding:0px 20px; line-height:45px; font-size:18px;}
.index_zhuanjia_lists ul li dl{ overflow:hidden; font-size:14px; padding:0px 20px; line-height:25px;  color:#7a7a7a;}

.index_zhuanjia_pre i { font-size:30px;}
.index_zhuanjia_next i { font-size:30px;}
.index_zhuanjia_pre{ width:70px; text-align:center; height:35px; color:#fff; float:right; overflow:hidden; cursor:pointer; background:#999999; margin-right:3px;}
.index_zhuanjia_pre:hover { background:#666}
.index_zhuanjia_next{ width:70px; text-align:center; height:35px; color:#fff; float:right; overflow:hidden; cursor:pointer; background:#f27405; margin-right:20px;}
.index_zhuanjia_next:hover { background:#a40b12}

.index_zhuanjia .cplist { width:735px; clear:both; display:block;}
.index_zhuanjia .cplist li { display:inline-block; margin-right:10px; margin-bottom:12px; line-height:45px;}
.index_zhuanjia .cplist li:nth-child(4) { margin-right:0}
.index_zhuanjia .cplist li:nth-child(8) { margin-right:0}
.index_zhuanjia .cplist li.active{ background-color:#f27405; color:#FFF;}
.index_zhuanjia .cplist li.active a{color:#fff; border:#f27405 1px solid;}
.index_zhuanjia .cplist li a { display:inline-block; font-size:16px; border:#ccc 1px solid; width:172px; text-align:center;}

/*.五大优势*/
.youshi {background: url(../image/youshibg.jpg) no-repeat bottom; height:auto; overflow:hidden; clear:both; padding-bottom:60px; margin-bottom:50px; margin-top:30px;}



/*.news*/
.xinwen{ background-color: #dfdfdf; background: url(https://www.sjjt001.com/skins/shenjia/images/news1.png) no-repeat; background-size: cover; padding-top: 20px; padding-bottom:40px; position: relative;}
.xinwen .content{ width: 1134px; padding: 33px; padding-bottom:10px; margin: 0 auto; overflow: hidden; background-color: #FFF;}
.xinwen .content .tit{ width: 100%; height: 37px; float:left; color:#b7b7b7; font-size: 14px; text-align: left;}
.xinwen .content .tit span{ font-size: 28px; color:#5a5a5a;}
.xinwen .content .tit a{ float:right; font-size: 16px; color:#a3a3a3;}
.xinwen .content .tit a:hover { color:#ff4700}
.xinwen .content .oneitem{ width: 430px; margin-top: 30px; float:left;}
.xinwen .content .oneitem:hover{ background-color: #f5f5f5;}
.xinwen .content .oneitem .img{ width: 430px; height:325px; float:left;}
.xinwen .content .oneitem .img img { width: 430px; height:325px;}
.xinwen .content .oneitem .titl{ width:100%; margin-top:20px; float:left; font-size: 16px; line-height: 18px; height:18px; color:#282828;}
.xinwen .content .oneitem .detail{ width:100%; margin-top: 20px; float:left; font-size: 14px;line-height: 24px; height:72px; overflow: hidden; color:#888888;}
.xinwen .content .oneitem .gengduo{ width:100%; margin-top: 10px; color:#ff4700; font-size: 14px; line-height: 32px; height: 32px; float:left;}

.xinwen .content .someitem{ width: 650px; margin-top: 30px; margin-left: 54px; float:left;}
.xinwen .content .someitem .item{ overflow: hidden; float:left; margin-bottom: 35px;}
.xinwen .content .someitem .item:hover{ background-color: #f5f5f5;}
.xinwen .content .someitem .item.ls{ margin-bottom: 0;}
.xinwen .content .someitem .img { width: 221px; height: 143px; float:left;}
.xinwen .content .someitem .img img { width: 221px; height: 143px;}
.xinwen .content .someitem .cont{ width: 400px; margin-left: 24px; float:left;}
.xinwen .content .someitem .cont .tit{ width:100%; font-size: 16px; line-height: 32px; float:left; color:#282828;}
.xinwen .content .someitem .cont .detail{ width:100%; font-size: 14px; height: 66px; overflow: hidden; line-height: 22px;float:left; color:#888888;}
.xinwen .content .someitem .cont .sj{ width:100%; font-size: 14px; line-height: 22px; margin-top:10px;float:left; color:#717171;}

/* News End */

.module-main { background:#f2f2f2; overflow:hidden; clear:both; padding:50px 0;}
.hd{ width: 1200px; margin:0px auto; margin-top:20px; margin-bottom:30px; height:45px;}
.hd ul{padding: 0; margin: 0; text-align:center;}
.hd ul li{height: 45px; border-radius:3px; font-size:16px; cursor:pointer; font-weight:bold; background:#08415e; color:#fff; display:inline-block; line-height: 45px; text-align: center; list-style: none; margin:0px 5px; padding:0px 30px;}
.hd ul li.sted{ background-color: #ff5e13; color:#FFF;}

.bd{ width: 100%; overflow: hidden;}
.bd .item{ display: none; float:left; width: 100%; height: 368px; float:left;}

.qua-list {height:368px; width:1220px; margin:20px auto;}
.qua-list .qua-item-box {
 display:inline-block;
 width:144px;
 height:120px;
 margin:0 20px 20px 0;
 padding:24px 40px 0;
 background:#fafafa;
 line-height:1;
 text-align:center;
 transition:all .5s
}
.qua-list .qua-item-box:nth-child(5n) {margin-right:0}
.qua-list .qua-item-box:hover {
 transform:translateY(-4px);
 box-shadow:1px 2px 9px 1px rgba(185,122,69,.1)
}
.qua-list .qua-item-box .qua-icon {
 width:56px;
 height:56px;
 margin:0 auto 12px;
 overflow:hidden
}
.qua-list .qua-item-box .qua-icon img {
 width:100%;
 height:100%
}
.qua-list .qua-item-box .qua-name {
 margin-bottom:9px;
 font-size:16px;
 color:#666
}



.xiangxi{ background: url(../image/about1.jpg) no-repeat; background-size: cover; padding-top:50px; padding-bottom: 150px; position: relative;}
.xiangxi .section-heading-2{ margin-bottom: 10px;}
.xiangxi .sec-headin-left h2{ font-size: 32px;}
.xiangxi .sec-headin-left h2 span{ color:#ff4700;}
.xiangxi .container-fluid{ width:1000px; margin:0px auto;}
.xiangxi .sec-headin-left h6{ line-height: 25px;}
.xiangxi .single-equiment .zoom.skew-right, .single-equiment .zoom.skew-left{ padding: 0; margin-top: 20px;}
.xiangxi .container-fluid .row{ margin: 0;}
.xiangxi .container-fluid .content2{ font-size: 16px; color:#4a4a4a; padding-bottom: 30px; text-align: center; line-height: 32px;}
.xiangxi .container-fluid .more{ width: 180px; height:48px; line-height: 48px; border-radius: 10px; margin: 0 auto; background-color: #ff4700; color:#FFF; text-align: center;}
.xiangxi .container-fluid .more a{ color:#FFF;}

.xiangxi .box{ width: 1200px; height: 160px; position: absolute; z-index: 11; left: 50%; margin-left: -600px; bottom: -80px; background-color: #FFF; box-shadow: 2px 4px 6px #dfdfdf;}
.xiangxi .box .item{ width: 299px; height: 80px; float:left; border-right:1px solid #ddd; margin-top: 40px; overflow: hidden;}
.xiangxi .box .item.ls{width: 300px; border-right:0; }
.xiangxi .box .item h2{ margin-left: 60px; margin-top: 0; color:#3d3d3d; font-size: 14px;}
.xiangxi .box .item h2 span{ font-size: 50px; color:#3d3d3d; font-family: 'HeroicCondensed-Regular.ttf';}
.xiangxi .box .item h6{ margin-left: 60px;color:#3d3d3d; font-size: 14px;}


/*资质转让*/

.width2{float:left;width:380px;padding:10px}
/*背景*/
.bg-white{background-color:#ffffff; overflow:hidden; padding-bottom:50px; clear:both;}
.developer-train-block{max-width:1220px;text-align:center;padding:50px 0;clear:both;margin:0 auto}

/*内容*/
.developer-train .tile{position:relative;background:#FFFFFF;height:240px;box-shadow:0 8px 16px 0 rgba(0,0,0,0.10);border-radius:2px}
.developer-train .layer-figure{text-align:center;font-size:18px;color:#252b3a;height:59px;background:url("../image/trainblock.png") no-repeat center}
.developer-train .title{line-height:59px;border-bottom:1px solid #ddd;color:#252b3a;font-size:18px}
.developer-train .title span { font-size:14px; font-weight:normal;}
.developer-train .dev-text{text-align:center;margin:20px 20px 0;font-size:14px; line-height:26px; color:#A0A2A8}
/*按钮*/
.developer-train .buttond{position:absolute;bottom:30px;right:35.842%;text-align:center;margin:auto;width:100px;height:32px;border:1px solid #f66f6a;font-size:14px;color:#f66f6a}
.developer-train .buttond p{line-height:30px;color:#f66f6a}
.developer-train .buttond:hover{background-color:#f66f6a;border:none;cursor:pointer}
.developer-train .buttond:hover a p{color:#fff}


/* 流程css */
.step-content {padding: 80px 0; box-sizing: border-box; background: #fff;}
.step-header h2 {
    position: relative;
    font-weight: normal;
    text-align: center;
    font-size: 38px;
    color: #353535;
    z-index: 50;
}

.step-header h3 {
    position: relative;
    font-weight: normal;
    text-align: center;
    font-size: 24px;
    color: #888;
    z-index: 50;
}

.step-layout {
    width: 1200px;
    position: relative;
    margin: 0 auto
}

.step-layout-list {
    text-align: center;
    padding: 30px 0 0;
}

.step-layout-item {
    float: left;
    vertical-align: top;
    width: 25%;
    position: relative;
}

.step-layout-item img {
    vertical-align: top;
    display: inline-block;
    background-color: transparent;
}

.step-layout-item h4 {
    font-size: 18px;
    margin: 20px 0 5px;
    font-weight: normal;
}

.step-layout-item p {
    font-size: 13px;
    line-height: 1.6;
    color: #888;
}

.step-layout .step-layout-list .step-layout-item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 60px;
    right: -10px;
    display: block;
    width: 20px;
    height: 28px;
    background: url(../image/sapp-store-arror.png) no-repeat;
}

/* 我们的优势 */
.advage{ width: 100%; overflow: hidden; background: url(../image/advage1.png) bottom repeat-x; padding-bottom:60px; background-color: #f3f3f3;}
.advage .container{ width: 1200px; padding-top: 55px;padding-bottom: 50px;}
.advage .container .tit{ width: 100%; margin-bottom: 50px; text-align: center;}
.advage .container .advageleft{ width: 350px; float:left; padding-top: 70px;}
.advage .container .advageleft .item{ margin-bottom: 65px; color:#5f5f5f;}
.advage .container .advageleft .item.ls{ margin-bottom: 0;}
.advage .container .advageleft .item.qt{ color:#c9c9c9;}
.advage .container .advageleft .item .tit{ font-size: 18px; margin: 0; text-align: left; font-weight: bold;}
.advage .container .advageleft .item .tit span{ color:#ff4700;  padding: 12px 16px;}
.advage .container .advageleft .item .tit span.ad1{ background: url(../image/ad1.png) no-repeat center;}
.advage .container .advageleft .item .tit span.ad3{ background: url(../image/ad3.png) no-repeat center;}
.advage .container .advageleft .item .tit span.ad5{ background: url(../image/ad5.png) no-repeat center;}
.advage .container .advageleft .item .detail{ padding-left:32px; margin-top: 5px; font-size: 14px; line-height: 24px; height: 48px; overflow: hidden;}

.advage .container .advagecent{ width: 437px; float:left; height:481px;margin: 0 31px;}
.advagecent{ position: relative;}
.advagecent .it{ position: absolute; border-radius: 50px; background-color: #e1e1e1; top:0; left: 0; width: 100px; height: 100px; text-align: center; line-height: 100px; border: 1px solid #fff;}
.advagecent .it i{ font-size: 42px; color:#656565;}
.advagecent .it:hover{ background: #fe4701; color:#fff;}
.advagecent .it:hover i { color:#fff;}
.advagecent .it.it1{ left: 168px; top: 30px;}
.advagecent .it.it2{ left: 309px; top: 114px;}
.advagecent .it.it3{ left: 311px; top: 268px;}
.advagecent .it.it4{ left: 170px; top: 351px;}
.advagecent .it.it5{ left: 29px; top: 265px;}
.advagecent .it.it6{ left: 32px; top: 114px;}

.advage .container .advageright{ width: 350px; float:right; padding-top: 70px;}
.advage .container .advageright .item{ margin-bottom: 65px; color:#5f5f5f;}
.advage .container .advageright .item.ls{ margin-bottom: 0;}
.advage .container .advageright .item.qt{ color:#c9c9c9;}
.advage .container .advageright .item .tit{ font-size: 18px; margin: 0; text-align: left; font-weight: bold;}
.advage .container .advageright .item .tit span{ color:#ff4700;  padding: 12px 16px;}
.advage .container .advageright .item .tit span.ad2{ background: url(../image/ad2.png) no-repeat center;}
.advage .container .advageright .item .tit span.ad4{ background: url(../image/ad4.png) no-repeat center;}
.advage .container .advageright .item .tit span.ad6{ background: url(../image/ad6.png) no-repeat center;}
.advage .container .advageright .item .detail{ padding-left:32px; margin-top: 5px; font-size: 14px; line-height: 24px; height: 48px; overflow: hidden;}


/*资质荣誉*/
.control-box {width: 1300px; height: 312px; margin-left: auto; margin-right: auto;margin-top:20px;}
.control-box ul { list-style: none; position: relative;}
.control-box ul li {position: absolute; top: 120px; cursor: pointer;}
.prev {left: 0;}
.next {right: 0;}
.bigbox {overflow: hidden; width: 1200px; background:#fff; height: 312px; margin: auto 50px auto;}
#switcher {height: 312px; left: 0px;}
.content_1.content_2 {width: 100%;float: left;}
.boxx {width: 230px; height: 312px; float: left; margin:0px;}
.boxx:hover { opacity:0.8;}
.boxx img {width:230px; height:312px;}
.boxx:hover .shadow { display:block}
.shadow {
  width: 230px;
  height: 312px; border-radius:10px;
  position:absolute;
  bottom:0px;
  background-color: rgba(180, 100, 37, 0.8);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  color: white; text-align:center;
  font-size: 14px;
  line-height:24px;
   line-height:300px; font-size:15px; font-weight:bold; color: white; 
  display:none;
}



/*我们的客户*/
.customer { margin:30px auto; clear:both; display:block; overflow:hidden}
.customer .left1 { width:400px; height:400px; font-size:12px; background:#fff; float:left;}
.customer .left1 .pic { font-size:0px; width:200px; height:200px; overflow:hidden;}
.customer .left1 li { float:left; font-size:12px;}
.customer .right1 { width:400px; height:400px; background:#fff; float:left;}
.customer .right1 .pic { font-size:0px; width:200px; height:200px; overflow:hidden;}
.customer .right1 li { float:left; font-size:12px;}
.customer .center1 { width:400px; text-align:center; height:400px; color:#fff; background:#ca0000; float:left;}
.customer .center1 .tit { font-size:75px; letter-spacing:14px; font-weight:bold; margin-top:80px; margin-bottom:30px;}
.customer .center1 p { line-height:55px; font-size:28px;}
/* Message */
.Message{height: 390px;padding: 45px 0;overflow: hidden;}
.Message .left1 { float:left; width:602px;background:url(https://www.sjjt001.com/skins/shenjia/images/probg1.jpg) no-repeat center; height:395px;}
.Message .left1 .pic { padding-left:32px;}
.Message .right1 { float:right; width:570px;}
.Message dl dt{font-size: 30px; margin-bottom:20px; font-weight:bold; color: #ca0000;margin-top: 15px;height: 43px;}
.Message dd span { font-weight:bold}
.Message dl dt em{font-size: 30px; font-family:"Times New Roman", Times, serif; color: #ca0000;font-weight: bold;}
.Message dl dd h3{font-size: 30px;color: #333;}
.Message dl dd h3 i{color: #999;font-size: 24px;}
.Message dl dd h3 em{font-size: 16px;color: #666;}
.Message dl dd p{font-size: 18px;color: #666;margin-top: 10px;}

.Message ul{margin-top: 0px;}


.Message ul li{float: left;}
.Message ul li:first-child{margin-left: 0;}
.Message ul li input{width: 420px;height: 42px;line-height: 42px; margin-bottom:20px; padding: 0 35px 0 45px;border: none;outline: none;font-size: 14px;color: #999;background-color: #fff;border: 1px #e1e1e1 solid;}
.Message ul li .input-name{background: #fff url(../image/Message01.png) no-repeat 15px center;}
.Message ul li .input-name02{background: #fff url(../image/Message02.png) no-repeat 15px center;}
.Message ul li .input-name03{width: 384px;background: #fff url(https://www.sjjt001.com/skins/shenjia/images/Message03.png) no-repeat 409px center;}
.Message ul li.li04{width: 120px;height: 42px; clear:both; background:#f9f9f9; text-align: center;line-height: 42px;font-size: 14px;}
.Message ul li.li04 a{color: #333;display: block; border:#cdcdcd 1px solid;}
.Message ul li.li04 a:hover { background:#ba131b; color:#fff; border:#ba131b 1px solid;}
.Message ul li.cur input{border: 1px #dd1810 solid;}
/* Message End */

.khjz { width:1200px; margin:0px auto; clear:both; overflow:hidden; margin-top:150px;}
.service-list { background:#fff; float:left; width: 560px; padding:15px; margin-top:15px;}
.service-list .title {font-size: 20px; color: #333; padding-bottom:15px; padding-top:10px; margin-bottom: 16px; border-bottom:#ccc 1px solid;}
.service-list .title .title-tip {font-size: 14px;color: #999;}
.service-list table th { font-weight:bold; color:#5a5a5a; font-size:16px; line-height:35px; border-bottom:#ccc 1px solid; }
.service-list table td { line-height:32px; border-bottom:#ccc 1px solid; color:#999;}

.khjz .right { width:590px; float:right; height:460px; margin-top:15px;}
.khjz .right li { background:#fff; height:100px; font-size:15px; line-height:24px; padding:20px; margin-bottom:12px; border-left:#ffaa19 5px solid;}
.khjz .right li .neirong { display:block; clear:both; margin-bottom:18px; color:#5f5f5f}
.khjz .right li .touxiang { float:left; line-height:40px; font-size:16px; font-weight:bold}
.khjz .right li .touxiang img { width:40px; height:40px; float:left; margin-right:12px;}
.khjz .right li .time { float:right; font-size:16px; line-height:40px;}
.khjz .right li .time i { color:#ffaa19}
/* Tailored  */
.TailoredLeft{width: 570px; margin-left:32px; margin-top:-20px; position: relative;}
.TailoredBox{position: relative;overflow: hidden;width: 570px;}
.TailoredBox ul{position: relative;}
.TailoredBox ul li{float: left; width: 570px;}
.TailoredBox ul li a{width: 570px;height: 365px;display: block;overflow: hidden;}
.TailoredBox ul li a img{width: 570px;height: 365px;display: block;transition: .8s;}
.TailoredBox ul li:hover a img{transform: scale(1.03);}
.TailoredLeft p{font-size: 18px;color: #fff;height: 50px;position: absolute;line-height: 50px;background: rgba(0,0,0,0.7);left: 0;bottom: 0;width: 80%;padding: 0 16% 0 4%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

.TailoredLeft i{display: block;width: 50px;height: 50px;overflow: hidden;position: absolute;cursor: pointer;margin-top: -30px;z-index: 9;bottom: 0;}
.TailoredLeft i img{display: block;width: 50px;height: 50px;position: relative;}
.TailoredLeft i.prev{right: 52px;}
.TailoredLeft i.next{right: 0;}

.TailoredRight{}
.TailoredRight ul{}
.TailoredRight ul li{float: left;width: 285px;text-align: center;position: relative;margin-right: 20px;margin-top: 13px;}
.TailoredRight ul li:last-child { margin-right:0;}
.TailoredRight ul li span{width: 285px;height: 197px;display: block;overflow: hidden;}
.TailoredRight ul li span img{width: 285px;height: 197px;display: block;transition: .8s;}
.TailoredRight ul li:hover span img{transform: scale(1.03);}
.TailoredRight ul li p{height: 40px;line-height: 40px;padding: 0 2%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;background:#e0e0e0;width: 96%; color:#333;font-size: 14px;}
.TailoredRight ul li:hover p { background:#eb6301; color:#fff;}
/* Tailored End */
@font-face {
    font-family: 'icomoont';
    src: url('https://www.sjjt001.com/skins/shenjia/font/Helvetica%20Bold.ttf');
}
/*子页面样式*/
.mub02MainContent { clear:both; margin:20px auto;}
/*面包导航*/
.daohang2{ color:#fff; height:40px; font-size:14px; line-height:40px; position:relative; margin-top:-40px; background-color: rgba(0,0,0,0.5);/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .daohang2{
    background-color:#000000;
    filter:Alpha(opacity=50);
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
}
.daohang2 a{ color:#fff; text-decoration:none;}
.daohang2 a:hover{ color:#ff0000;}


.daohang2x{ color:#999; margin-top:24px; height:30px; font-size:14px; line-height:30px;}
.daohang2x a{ color:#999; text-decoration:none;}
.daohang2x a:hover{ color:#ff0000;}


/*子页banner*/
.ins-banner {height:350px; overflow:hidden; clear:both;}
.ins-banner2 { background: url(https://www.sjjt001.com/skins/shenjia/images/banner2.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}
.ins-banner3 { background: url(https://www.sjjt001.com/skins/shenjia/images/banner2.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}
.ins-banner4 { background: url(https://www.sjjt001.com/skins/shenjia/images/banner2.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}
.ins-banner5 { background: url(https://www.sjjt001.com/skins/shenjia/images/banner2.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}
.ins-banner6 { background: url(https://www.sjjt001.com/skins/shenjia/images/banner2.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}
.ins-banner7 { background: url(https://www.sjjt001.com/skins/shenjia/images/banner2.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}
.ins-banner8 { background: url(https://www.sjjt001.com/skins/shenjia/images/banner2.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}

/* InpageSidebar01 侧栏导航1公共样式*/
.InpageSidebar01{width: 270px;float: right;}
.InpageSidebar01 .top{width: 100%;height: 80px;background: #f27405;}
.InpageSidebar01 .top h2{height: 80px;text-indent: 28px;background: url(../image/InpageSidebar01_icon01.png) no-repeat 218px center;line-height:80px;font-size: 24px;color: #fff;font-weight: normal;}
.InpageSidebar01 .top h2 a{color: #fff;text-decoration: none; font-weight: bold; }
.InpageSidebar01 .classify .box{border: 1px solid #e4e4e4;border-top: none;position: relative;}
.InpageSidebar01 .classify .box:first-child{border-top: 1px solid #e4e4e4;}
.InpageSidebar01 .classify dl{padding: 14px 19px 18px 30px;}
.InpageSidebar01 .classify dt{font-size: 20px;color: #333333;background: url(https://www.sjjt001.com/skins/shenjia/css/Img/mub02Inpage/mub02_jt03.png) no-repeat 194px 6px;margin-bottom: 14px;}
.InpageSidebar01 .classify dt a{color: #333333;}
.InpageSidebar01 .classify dd p{border-left: 1px solid #e4e4e4;height: 35px;line-height: 35px;} 
.InpageSidebar01 .classify dd p a{font-size: 15px;color: #333333;display: block;text-indent: 16px;text-decoration: none;}
.InpageSidebar01 .classify .box i{display: none;width: 3px;height: 100%;position: absolute;left: -1px;top: 0;background: #0d6eb3;}
.InpageSidebar01 .classify .box:hover{background: #f5f5f5;}
.InpageSidebar01 .classify .box:hover i{display: block;}
.InpageSidebar01 .classify .box:hover dt a,.InpageSidebar01 .classify .box dt.cur a{color: #0d6eb3;display: block;text-decoration: none;}
.InpageSidebar01 .classify .box:hover dt{background: url(https://www.sjjt001.com/skins/shenjia/css/Img/mub02Inpage/mub02_jt04.png) no-repeat 194px 6px;font-weight: bold;}
.InpageSidebar01 .classify dd p:hover a,.InpageSidebar01 .classify dd p.cur a{color: #fff;}
.InpageSidebar01 .classify dd p:hover,.InpageSidebar01 .classify dd p.cur{background: url(../image/mub02_jt02.png) no-repeat 194px center #0d6eb3;}
.InpageSidebar01 .sidebarLinkUs{border: 1px solid #e4e4e4;margin-top: 20px;padding: 0 19px 26px; background:#fff; margin-bottom:20px;}
.InpageSidebar01 .sidebarLinkUs h3{font-size: 18px;color: #333;font-weight: normal;height: 59px;line-height: 59px;border-bottom: 1px solid #e4e4e4;margin-bottom: 18px;text-indent: 10px;}
.InpageSidebar01 .sidebarLinkUs p{font-size: 14px;color: #333333;margin-bottom: 12px;line-height: 20px;padding: 0 10px;}
.InpageSidebar01 .sidebarLinkUs .zxzx{display: block;width: 160px;height: 50px;overflow: hidden;background: #333;text-decoration: none;margin-top: 36px;}
.InpageSidebar01 .sidebarLinkUs .zxzx span{display: block;width: 50px;height: 50px;float: left;border-right: 1px solid #fff;background: url(../image/zxzx_icon01.png) no-repeat center;}
.InpageSidebar01 .sidebarLinkUs .zxzx em{display: block;width: 109px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #fff;float: left;}
.InpageSidebar01 .sidebarLinkUs .zxzx em img{display: inline-block;*display: inline-block;position: relative;top: 2px;margin-left: 8px;}


.InpageSidebar01 .sidebarLinkUs2{border: 1px solid #e4e4e4;margin-top: 20px;padding: 0 19px 26px; background:#fff; margin-bottom:20px;}
.InpageSidebar01 .sidebarLinkUs2 h3{font-size: 18px;color: #333;font-weight: normal;height: 59px;line-height: 59px;border-bottom: 1px solid #e4e4e4;margin-bottom: 18px;text-indent: 10px;}
.InpageSidebar01 .sidebarLinkUs2 li {background: url(../image/f04ad9a.png) no-repeat right; padding-right:30px;}
.InpageSidebar01 .sidebarLinkUs2 a { display:block; line-height:30px; color:#999; font-size:14px;overflow: hidden;
text-overflow:ellipsis; white-space: nowrap;}

.InpageSidebar01 .sidebarLinkUs3{border: 1px solid #e4e4e4;margin-top: 20px;padding: 0 19px 26px; background:#fff; margin-bottom:20px;}
.InpageSidebar01 .sidebarLinkUs3 h3{font-size: 18px;color: #333;font-weight: normal;height: 59px;line-height: 59px;border-bottom: 1px solid #e4e4e4;margin-bottom: 18px;text-indent: 10px;}
.InpageSidebar01 .sidebarLinkUs3 li {}
.InpageSidebar01 .sidebarLinkUs3 a {display: block;
height: 45px;
margin-bottom: 10px;
line-height: 45px;
border-radius: 6px;
background: #f5f5f5;
text-align: center;
font-size: 16px;
color: #999;
cursor: pointer;}
.InpageSidebar01 .sidebarLinkUs3 a:hover {
 background:#f08326;
 color:#fff
}



/* InpageSidebar02 侧栏导航2公共样式*/
.InpageSidebar02 .classify{border: 1px solid #e4e4e4;border-top: none;position: relative; background:#fff}
.InpageSidebar02 .classify li{height: 58px;border-top: 1px solid #e4e4e4;text-indent: 28px;font-size: 15px;color: #333333;line-height: 58px;background: url(../image/mub02_jt03.png) no-repeat 224px center;}
.InpageSidebar02 .classify li a{color: #333333;display: block;text-decoration: none;}
.InpageSidebar02 .classify li:hover,.InpageSidebar02 .classify li.cur{background: url(../image/mub02_jt04.png) no-repeat 224px center #f5f5f5;}
.InpageSidebar02 .classify li:hover a,.InpageSidebar02 .classify li.cur a{color: #f27405;font-weight: bold;}
.InpageSidebar02 .classify i{display: block;width: 3px;background: #f27405;position: absolute;left: -1px;top: 0;z-index: 9;}
.InpageSidebar02 .xgzx{border: 1px solid #e4e4e4;margin-top: 20px;padding: 0 19px 16px; background:#fff}
.InpageSidebar02 .xgzx h3{font-size: 18px;color: #0d6eb3;font-weight: normal;height: 59px;line-height: 59px;border-bottom: 1px solid #e4e4e4;margin-bottom: 18px;text-indent: 10px;}
.InpageSidebar02 .xgzx p{font-size: 14px;color: #333333;margin-bottom: 10px;padding: 0 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.InpageSidebar02 .xgzx p a{color: #333333;}
.InpageSidebar02 .xgzx p:hover a{color: #0d6eb3;}

/* 公共面包屑导航 */
.mub02address{width: 100%;border-bottom: 1px solid #e4e4e4;margin-bottom: 20px;}
.mub02address .con{width: 100%;height: 43px;}
.mub02address .homePage{display: block;width: 43px;height: 43px;background: url(https://www.sjjt001.com/skins/shenjia/images/mub02address_homePage.png) no-repeat center;float: left;border-left: 1px solid #eaeaea;border-right: 1px solid #eaeaea;}
.mub02address p{height: 43px;line-height: 43px;font-size: 13px;color: #999999;float: left;margin-left: 18px;}
.mub02address p a{color: #999999;padding: 0 4px;}
.mub02address .backList{display: block;width: 117px;height: 43px;line-height: 43px;text-align: center;border-left: 1px solid #eaeaea;border-right: 1px solid #eaeaea;float: right;font-size: 13px;color: #999999;text-decoration: none; cursor:pointer;}
.mub02address .backList img{display: inline-block;*display: inline-block;margin-right: 10px;position: relative;top: 2px;}

/*产品展示*/
dl.dl_42{width: 274px;height: 304px; overflow:hidden; border:#efefef 1px solid; margin-left:7px; margin-right:7px; float: left;margin-bottom: 20px;}
dl.dl_42.noMl{ margin-right:0px;}
dl.dl_42 dt{display: block;width: 278px;height: 195px;overflow: hidden;}
dl.dl_42 dt img{display: block;transform:scale(1);transition: all 2s ease-out;width: 274px;height:195px;}
dl.dl_42 dt:hover img{transform: scale(1.2);}
dl.dl_42 dd{height: 87px;background: #fff;position: relative; margin:0; padding:0; padding-top:10px;}
dl.dl_42 dd h4{font-size: 16px;color: #333333; text-align:center; font-weight: normal;width: 280px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
dl.dl_42 dd h4 a{color: #333333;text-decoration: none; font-weight:bold;}
dl.dl_42 dd p{line-height: 22px;color: #666666;font-size: 14px;margin-top: 10px;}
dl.dl_42 dd .btn{overflow: hidden;width: 241px;height: 42px;background: url(../image/proListBg01.png) no-repeat center;position: absolute;bottom: 10px;left: 20px;}
dl.dl_42 dd .btn a{display: block;width: 120px;height: 42px;line-height: 42px;text-align: center;float: left;font-size: 14px;color: #777777;text-decoration: none;}
dl.dl_42 dd .btn a i{display: inline-block;width: 10px;height: 12px;background: url(../image/mub02_jt03.png) no-repeat center;margin-left: 8px;position: relative;top: 2px;}
dl.dl_42 dd .btn a:first-child{border-right: 1px solid #eaeaea;}
dl.dl_42 dd .btn a:hover{color: #fff;}
dl.dl_42 dd:hover h4 a{color: #0d6eb3;}
dl.dl_42 dd .btn a.more:hover{background: url(../image/proListBg02.png) no-repeat center;}
dl.dl_42 dd .btn a.more:hover i{background: url(../image/mub02_jt02.png) no-repeat center;}
dl.dl_42 dd .btn a.zx:hover{background: url(../image/proListBg03.png) no-repeat center;}
dl.dl_42 dd .btn a.zx:hover i{background: url(../image/mub02_jt02.png) no-repeat center;}

.title2 { border-bottom:#ccc 1px dotted; clear:both; font-size:16px; font-weight:bold; line-height:50px;}
.xiangguan { display:block; padding:20px 0; clear:both; height: auto; overflow:hidden;}
.xiangguan li:first-child { margin-left:0 !important;}
.xiangguan li { float:left; width:210px; text-align:center; margin-left:10px;}
.xiangguan li img { width:210px; height:152px; border:#efefef 1px solid;}
/*产品详细订购表单*/
.dgxxBox{padding:26px; width:822px; height:280px; background-color:#f5f5f5;}
.dgxxBox .tit {font-size:18px; font-weight:bold; padding-bottom:30px; color:#666;}
.dgxxBox .m_form{}
.dgxxBox .m_form li{width:358px; height:42px; float:left; margin-bottom:13px; color:#777;}
.dgxxBox .m_form label{float:left; border:1px solid #dedede; line-height:42px; height:42px; width:77px; display:inline-block; text-align:center; background:#fff;}
.dgxxBox .m_form .iptTxt{float:right; width:278px; border:1px solid #dedede; border-left-width:0; height:22px; line-height:22px; padding:10px 0; outline:none; text-indent:1em; background:#fff; color:#333;}
.dgxxBox .m_form .txtAre{margin-left:12px; width:416px; height:174px; border:1px solid #dedede; outline:none; resize:none; padding:14px; color:#333; line-height:18px;}
.dgxxBox .m_form .btnTjly{width:358px; height:38px; background:#333; border:none; cursor:pointer; color:#fff;}
.dgxxBox .m_form .areLi{height:190px; float:right; display:inline;}
.dgxxBox .m_form .btnLi{background:none; height:60px;}

.prodetil { display:block; clear:both; overflow:hidden;}
.prodetil img { display:block; float:left; width:400px; border:#efefef 1px solid;}
.prodbaseinfo{float:left;width:390px; padding:20px;}

.h2_prodtitle{font-size:16px;color:#414141;border-bottom:1px dashed #bbbbbb;padding:2px 0 10px;line-height:1.6em; }
.ul_prodinfo{padding:6px 0;overflow:hidden;zoom:1;}
.ul_prodinfos{padding:6px 15px;overflow:hidden;zoom:1;background:#f3f3f3;font-size:14px;font-weight:bold;}
.ul_prodinfos li{padding:5px 0 10px;line-height: 30px;font-size: 14px;}
.ul_prodinfos li span{ font-size:14px; float:left; height:50px; line-height:50px;}
.ul_prodinfos li span em{ font-size:24px; color:#FF4A0E;}
.ul_prodinfos li a{ margin-left:20px; background:#333; display:block; width:98px; height:40px; line-height:40px; text-align:center; color:#fff; border-radius:20px; float:left; margin-top:1px;}
.ul_prodinfo li span{ font-size:14px}
.li_normalprice,.li_prono{line-height:24px; font-size:14px; }


/*默认图片加标题*/
dl.dl_2{width: 280px;float: left;margin: 0 4px;text-align: center;margin-bottom: 26px;}
dl.dl_2 dt{display: block;width: 278px;height: 185px;border: 1px solid #e4e4e4;overflow: hidden;}
dl.dl_2 dt img{display: block;width: 278px;height: 185px;transform: scale(1);transition: all 1s ease-out;}
dl.dl_2:hover dt img{transform: scale(1.2);}
dl.dl_2 dd{display: block;margin-top: 14px;font-size: 14px;}


/* paging 分页公共样式*/
.InpageSearch .mainCon .paging{ border:1px solid #e4e4e4;}
.paging{border-top: 1px solid #e4e4e4;height: 59px;}
.paging .pagingPrev{width: 119px;height: 59px;line-height: 59px;text-align: center;border-right: 1px solid #e4e4e4;float: left;font-size: 13px;color: #999999;text-decoration: none;}
.paging .pagingPrev i{display: inline-block;*display: inline-block;width: 8px;height: 14px;background: url(../image/mub02_jt01.png) no-repeat center;margin-right: 10px;position: relative;top: 2px;}
.paging .pagingNext{width: 119px;height: 59px;line-height: 59px;text-align: center;border-left: 1px solid #e4e4e4;float: right;font-size: 13px;color: #999999;text-decoration: none;}
.paging .pagingNext i{display: inline-block;*display: inline-block;width: 8px;height: 14px;background: url(../image/mub02_jt03.png) no-repeat center;margin-left: 10px;position: relative;top: 2px;}
.paging ul{width: 668px;float: left;text-align: center;padding-top: 17px;}
.paging ul a{display: inline-block;*display: inline-block;width: 27px;height: 27px;line-height: 27px;text-align: center;font-size: 15px;color: #999999;font-family: arial;margin-left: 4px;text-decoration: none;}
.paging ul a.cur {color: #fff;text-decoration: none; background: #ca0000;}
.paging ul a:hover{background: #ca0000;color: #fff;}
.paging ul a:hover a{}
.paging .pagingNext:hover{color: #0d6eb3;font-weight: bold;}
.paging .pagingNext:hover i{background: url(../image/mub02_jt04.png) no-repeat center;}
.paging .pagingPrev:hover{color: #0d6eb3;font-weight: bold;}
.paging .pagingPrev:hover i{background: url(../image/mub02_jt05.png) no-repeat center;}


/* newsList 新闻列表*/
.newsList{width: 100%;}
.newsListSection{margin-bottom:30px;}
.newsListSection .mainCon{padding-top: 8px;}
.newsListSection .newsListIntro{margin: 0px auto 0;}
.newsListSection .newsListIntro .box1{padding-bottom: 20px;}
.newsListSection .newsListIntro .box1 dt{float: left;width: 290px;height: 222px;float: left;}
.newsListSection .newsListIntro .box1 dt img{display: block;width: 290px;height: 222px;}
.newsListSection .newsListIntro .box1 dd{width: 552px;float: right;position: relative;height: 222px;position: relative;position: relative;}
.newsListSection .newsListIntro .box1 dd h3{font-size: 16px;color: #333333;font-weight: bold;width: 550px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newsListSection .newsListIntro .box1 dd h3 a{color: #333333;text-decoration: none;}
.newsListSection .newsListIntro .box1 dd p{font-size: 14px;color: #666666;line-height: 24px;margin-top: 18px;}
.newsListSection .newsListIntro .box1 dd a.more{font-size: 13px;color: #999999;text-decoration: none;text-align: center;width: 128px;height: 48px;line-height: 48px;display: block;position: absolute;left: 0;bottom: 0;border: 1px solid #e4e4e4;}
.newsListSection .newsListIntro .box1 dd a.more:hover{background: #0d6eb3;color: #fff;border-color: #0d6eb3;}
.newsListSection .newsListIntro .box1 dd:hover h3 a{color: #0d6eb3;}
.newsListSection .newsListIntro .box2 dl:first-child { border:none;}
.newsListSection .newsListIntro .box2 dl{padding: 18px 0;border-top: 1px solid #e4e4e4;}
.newsListSection .newsListIntro .box2 dt{width: 170px;height: 104px;background: #f5f5f5;text-align: center;padding-top: 32px;float: left;}
.newsListSection .newsListIntro .box2 dt span{display: block;font-size: 42px;color: #666666;font-weight: bold;font-family: arial;}
.newsListSection .newsListIntro .box2 dt em{font-size: 16px;color: #666666;display: block;font-family: arial;}
.newsListSection .newsListIntro .box2 dd{height: 120px; overflow:hidden;position: relative;}
.newsListSection .newsListIntro .box2 dd h3{font-size: 16px;color: #333333;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newsListSection .newsListIntro .box2 dd h3 a{color: #333333;text-decoration: none;}
.newsListSection .newsListIntro .box2 dd p{line-height: 26px;margin-top: 10px;font-size: 14px;color: #666666;width:92%;}
.newsListSection .newsListIntro .box2 dd p a{color: #666666;text-decoration: none;}
.newsListSection .newsListIntro .box2 dd span{display: block;padding-left: 25px;position: absolute;left: 0;bottom: 0;background: url(https://www.sjjt001.com/skins/shenjia/css/Img/mub02Inpage/label.png) no-repeat left center;line-height: 18px;}
.newsListSection .newsListIntro .box2 dd span a{color: #999999;font-size: 12px;}
.newsListSection .newsListIntro .box2 dd a.more{display: block;width: 37px;height: 37px;position: absolute;right: 0;top: 50%;margin-top: 0px;overflow: hidden;}
.newsListSection .newsListIntro .box2 dd a.more img{display: block;position: relative;}
.newsListSection .newsListIntro .box2 dl:hover dt{background: #0d6eb3;}
.newsListSection .newsListIntro .box2 dl:hover dt span,.newsListSection .newsListIntro .box2 dl:hover dt em{color: #fff;}
.newsListSection .newsListIntro .box2 dl:hover dd h3 a{color: #ca0000;}
.newsListSection .newsListIntro .box2 dl:hover dd a.more img{top: -37px;}


/* newsDetails 新闻详情*/
.newsDetails{width: 100%;}
.newsDetails .InpageSidebar01{float: right;}
.newsDetailsSection{ background:#fff}
.newsDetailsSection .article{border: 1px solid #e4e4e4;width: 908px;float:left;background: #fff;}
.newsDetailsSection .article .conBox{padding:10px 19px 0; display:block; overflow:hidden;}
.newsDetailsSection .article .title h1{font-size: 22px; float:left; width:30%; color: #333333;font-weight: normal;}
.newsDetailsSection .article .title .share{width:70%; margin-top:10px;height: 24px; float:right;}
.newsDetailsSection .article .title .share p{float: left;overflow: hidden;}
.newsDetailsSection .article .title .share p span{display: block;font-size: 12px;color: #999999;float: left
;padding: 0 8px;border-left: 1px dotted #b6b6b6;float: left;}
.newsDetailsSection .article .title .share p span:first-child{padding-left: 0;border-left: none;}
.newsDetailsSection .article .title .share p span #cntrHits{ float:right;}
.newsDetailsSection .article .title .share ul{float: right;}
.newsDetailsSection .article .title .share li{margin-left: 7px;width: 24px;height: 24px;float: left;}
.newsDetailsSection .article .title .share li img{display: block;}
.newsDetailsSection .article .title {width: 100%;display: block;height: 54px; margin-top:16px;background: #e7e7e7;background: url(../image/mub02Top2_xian.png) no-repeat bottom;}
.newsDetailsSection .article .con{margin-top: 20px;padding-bottom: 40px; overflow:hidden;}
.newsDetailsSection .article .con p{line-height: 30px;font-size: 14px;color: #333333;}
.newsDetailsSection .article .con p a{ color:#0d6eb3;}
.newsDetailsSection .article .context{width: 100%;border-top: 1px solid #e7e7e7;background: #fff;height: 60px;}
.newsDetailsSection .article .context p{width: 454px;float: left;height: 60px;line-height: 60px;}
.newsDetailsSection .article .context p a{font-size: 13px;color: #666666;display: block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.newsDetailsSection .article .context p.prevNews a{margin-left: 20px;padding-left: 20px;background: url(../image/mub02_jt01.png) no-repeat left center;}
.newsDetailsSection .article .context p.NextNews a{margin-right: 20px;padding-right: 20px;text-align: right;background: url(../image/mub02_jt03.png) no-repeat right center;}
.newsDetailsSection .article .context p.prevNews a:hover{background: url(../image/mub02_jt05.png) no-repeat left center;color: #f27405;}
.newsDetailsSection .article .context p.NextNews a:hover{background: url(../image/mub02_jt04.png) no-repeat right center;color: #f27405;}
.newsDetailsSection .article .context p.NextNews{border-left: 1px solid #e7e7e7;width: 444px;}
.newsDetailsSection .backNewsList{width: 59px;height: 59px;display: block;position: absolute;left: -59px;top: 0;cursor:pointer;}


.side{position:fixed;width:78px;right:0;top:50%;margin-top:-200px;z-index:100;border:1px solid #e0e0e0;background:#fff;border-bottom:0}
.side ul li{width:78px;height:78px;float:left;position:relative;border-bottom:1px solid #e0e0e0;color:#333;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer}
.side ul li:hover{background:#f67524;color:#fff}
.side ul li:hover a{color:#fff}
.side ul li i{height:25px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 25px;margin-top:14px;transition:all .3s}
.side ul li i.bgs1{background-image:url(../image/right_pic5.png)}
.side ul li i.bgs2{background-image:url(../image/right_pic7.png)}
.side ul li i.bgs3{background-image:url(../image/right_pic2.png)}
.side ul li i.bgs4{background-image:url(../image/right_pic1.png)}
.side ul li i.bgs5{background-image:url(../image/right_pic3.png)}
.side ul li i.bgs6{background-image:url(../image/right_pic6_on.png)}
.side ul li:hover i.bgs1{background-image:url(../image/right_pic5_on.png)}
.side ul li:hover i.bgs2{background-image:url(../image/right_pic7_on.png)}
.side ul li:hover i.bgs3{background-image:url(../image/right_pic2_on.png)}
.side ul li:hover i.bgs4{background-image:url(../image/right_pic1_on.png)}
.side ul li:hover i.bgs5{background-image:url(../image/right_pic3_on.png)}
.side ul li .sidebox{position:absolute;width:78px;height:78px;top:0;right:0;transition:all .3s;overflow:hidden}
.side ul li.sidetop{background:#f67524;color:#fff}
.side ul li.sidetop:hover{opacity:.8;filter:Alpha(opacity=80)}
.side ul li.sideewm .ewBox.son{width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;left:-240px;top:0;background-image:url(../image/leftewm.png);background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0}
.side ul li.sideetel .telBox.son{width:240px;height:237px;display:none;color:#fff;text-align:left;position:absolute;left:-240px;top:-79px;background:#f67524}
.side ul li.sideetel .telBox dd{display:block;height:118.5px;overflow:hidden;padding-left:82px;line-height:24px;font-size:18px}
.side ul li.sideetel .telBox dd span{display:block;line-height:28px;height:28px;overflow:hidden;margin-top:32px;font-size:18px}
.side ul li.sideetel .telBox dd.bgs1{background:url(../image/right_pic8.png) 28px center no-repeat;background-color:#e96410}
.side ul li.sideetel .telBox dd.bgs2{background:url(../image/right_pic9.png) 28px center no-repeat}
.side ul li:hover .son{display:block!important;animation:fadein 1s}
@keyframes fadein{from{opacity:0}
to{opacity:1}
}